From 0a465c9a2002d5f376dfe1f37dfe61f07e37be9d Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Mon, 28 Aug 2006 13:31:35 -0600 Subject: [PATCH] [IA64] print command line of xen Signed-off-by: Akio Takebe --- xen/arch/ia64/xen/xensetup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/arch/ia64/xen/xensetup.c b/xen/arch/ia64/xen/xensetup.c index 05e8b8dc57..8c2140972e 100644 --- a/xen/arch/ia64/xen/xensetup.c +++ b/xen/arch/ia64/xen/xensetup.c @@ -287,6 +287,7 @@ void start_kernel(void) ia64_boot_param->initrd_size = 0; } + printk("Xen command line: %s\n", saved_command_line); /* xenheap should be in same TR-covered range with xen image */ xenheap_phys_end = xen_pstart + xenheap_size; printk("xen image pstart: 0x%lx, xenheap pend: 0x%lx\n", -- 2.30.2